home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / pathfinder.mat < prev    next >
Encoding:
Text File  |  2004-01-05  |  199 b   |  14 lines

  1.  
  2. Shader()
  3. {
  4.     sortweight("foreground")
  5.     cull("none")
  6.  
  7.     stream("color", 0)
  8.  
  9.     Pass()
  10.     {
  11.         blendfunc("src_alpha", "inv_src_alpha")
  12.         depthfunc("always", 0)
  13.     }
  14. }